
body {
  background-image: url('/images/urc-bg.jpg');
  background-color: #000;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center;
  font: 14px Verdana, Arial, Helvetica, sans-serif;
  color: #cccccc;
  margin: 0px;
  padding: 5px 5px 0px;
}

.textfield {
  font-size: 13px;
  color: #666666;
  background: #F7F7F7;
  border: 0.5px solid #CCCCCC;
  padding-left: 0px;
}

textarea {
  font-family: inherit;
  font-size: inherit;
}

h1 {
  color: #cccccc;
  margin: 0px 0px 5px;
  padding: 0px 0px 3px;
  font: bold 18px Verdana, Arial, Helvetica, sans-serif;
  border-bottom: 1px dashed #E6E8ED;
}

a {
  color: #cccccc;
  font-size: 14px;
}

a:hover {
  color: #7b7b7b;
}

.err {
  color: #606060;
}

th {
  font-weight: bold;
  text-align: left;
}

.ToolBtns {
  padding-left:4px;
  padding-right:4px;
}

abbr{
  border-bottom:none;
}

#box {
  background-color:#1b1b1b;
  position:relative;
  box-shadow: 3px 3px 3px #757575;
  -moz-box-shadow: 3px 3px 3px #757575;
  box-shadow:inset 0 0 10px #828282;
  -moz-box-shadow:inset 0 0 10px #828282;
  border:2px solid #73bf43;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding:10px;
  margin:10px;
}

/* === Taken from HTML === */
#box {
  background-color:#1b1b1b;
  position:relative;
  box-shadow: 3px 3px 3px #757575;
  -moz-box-shadow: 3px 3px 3px #757575;
  box-shadow:inset 0 0 10px #828282;
  -moz-box-shadow:inset 0 0 10px #828282;
  border:2px solid #73bf43;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding:10px;
  margin:10px;
}

